From 1a452fb151bf077c9c1c2817f943b934aeb89b13 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 20 Mar 2015 17:48:55 -0700 Subject: [PATCH] Fix test for `--test` filtering The flag now only applies to integration tests, not all targets with the specified name. --- tests/test_cargo_test.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/test_cargo_test.rs b/tests/test_cargo_test.rs index 8eccc5742..bc7b49b99 100644 --- a/tests/test_cargo_test.rs +++ b/tests/test_cargo_test.rs @@ -924,13 +924,6 @@ test test_b ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured -{running} target[..]b-[..] - -running 1 test -test test_b ... ok - -test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured - ", compiling = COMPILING, running = RUNNING, -- 2.30.2